The Dreamweaver JavaScript API > Results window functions > resWin.setFileList() |
![]() ![]() ![]() |
Availability
Dreamweaver 4.0
Description
Gives the Results window a list of files, directories, or both to call a set of commands to process.
Arguments
arrFilePaths
, bRecursive
![]() |
arrFilePaths is an array of file or folder paths to iterate through. |
![]() |
bRecursive is a Boolean value indicating whether the iteration should be recursive (true ) or not (false ). |
Returns
Nothing.
![]() ![]() ![]() |